From: Alex Williamson Date: Fri, 12 Oct 2007 19:52:30 +0000 (-0600) Subject: [IA64] Minor clean up of sync_vcpu_execstate() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14880 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a7d8bc13290788e173ef69a04a6a7561e5a80e99;p=xen.git [IA64] Minor clean up of sync_vcpu_execstate() vmx_save_state() is called by context_switch() Signed-off-by: Isaku Yamahata --- diff --git a/xen/arch/ia64/xen/domain.c b/xen/arch/ia64/xen/domain.c index 64d4fe799c..6d99bcaccf 100644 --- a/xen/arch/ia64/xen/domain.c +++ b/xen/arch/ia64/xen/domain.c @@ -1552,8 +1552,6 @@ void machine_halt(void) void sync_vcpu_execstate(struct vcpu *v) { // __ia64_save_fpu(v->arch._thread.fph); -// if (VMX_DOMAIN(v)) -// vmx_save_state(v); // FIXME SMP: Anything else needed here for SMP? }